func github.com/andybalholm/brotli.combineLengthCodes

6 uses

	github.com/andybalholm/brotli (current package)
		backward_references_hq.go#L439: 					var cmdcode uint16 = combineLengthCodes(inscode, copycode, j == 0)
		backward_references_hq.go#L500: 					var cmdcode uint16 = combineLengthCodes(inscode, copycode, false)
		command.go#L141: func combineLengthCodes(inscode uint16, copycode uint16, use_last_distance bool) uint16 {
		command.go#L169: 	*code = combineLengthCodes(inscode, copycode, use_last_distance)
		encoder.go#L63: 		command := combineLengthCodes(insertCode, copyCode, false)
		encoder.go#L130: 		command := combineLengthCodes(insertCode, copyCode, false)